home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -readerstuff- / matt_briggs / eac / developers / encryptor / encryptor.txt < prev    next >
Encoding:
Text File  |  1999-04-21  |  1.6 KB  |  54 lines

  1.  
  2. Encryptor v1.6
  3. --------------
  4.  
  5. Encryptor converts normal EAC scripts into an encrypted binary file 
  6. format called EAC-2. There are three advantages of using Encryptor. 
  7. The first is that your code is very secure, as it can't be viewed or
  8. altered because it's all encrypted, making it very hard for people to 
  9. cheat whilst playing your adventures. Secondly, EAC-2 files load around 
  10. 40% faster into EAC  than normal EAC scripts do, due to the fact that all
  11. of the jump tables are contained within the code, this does however, make
  12. your code a tiny bit bigger. Finally, Encryptor now offers a new
  13. advanced encryption format, which allows you to include ILBM's and
  14. tracker modules into the code itself, making external data files a 
  15. thing of the past!
  16.  
  17.  
  18. Why include files?
  19. ------------------
  20.  
  21. Including all of your pictures and modules into your code means that
  22. your adventure becomes just one code, and you no longer have to worry
  23. about external files.
  24.  
  25.  
  26. Is Encryptor a compiler?
  27. ------------------------
  28.  
  29. No. Encryptor only scrambles the data so that no one except EAC can
  30. read it. Encryptor will not make executable files.
  31.  
  32.  
  33. Disclaimer
  34. ----------
  35.  
  36. This program should only be used by advanced EAC coders. Make sure you
  37. keep a copy of your source code when converting your adventure scripts!
  38.  
  39.  
  40. Shareware
  41. ---------
  42.  
  43. Please note that you will only be able to use the Encryptor program
  44. if you have registered EAC. Please read the shareware notice in the
  45. EAC.guide for information about registering this software.
  46.  
  47. Encryptor v1.6 Credits
  48. ----------------------
  49.  
  50. Design & Coding     :   Matt Briggs
  51.  
  52. Ideas and comments  :   Andrew Fitzgerald
  53.                         Roy Krister Ellingsen
  54.